home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
fusion_frenzy.swf
/
scripts
/
DefineButton2_187
/
BUTTONCONDACTION on(release).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
348 b
|
14 lines
on(release){
if(_global.inGameInstructions == false)
{
if(_global.lastScreen != null)
{
this[_global.lastScreen].targetX = -500;
this[_global.lastScreen].moveMe = true;
}
_global.inGameInstructions = true;
_global.lastScreen = "instructions";
this.tint.fadeMe = "up";
}
}